home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12057 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: nntp.snfc21.pbi.net!usenet
  2. From: mich@pbinet.com
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Help: Making a Windows DLL
  5. Date: 28 Mar 1996 23:40:13 GMT
  6. Organization: Pacific Bell Internet Services
  7. Message-ID: <4jf80t$5vm@nntp.snfc21.pbi.net>
  8. References: <4iup9b$ig@newsbf02.news.aol.com>
  9. Reply-To: mich@pbinet.com
  10. NNTP-Posting-Host: ppp-5-34.rdcy01.pbinet.com
  11. X-Newsreader: IBM NewsReader/2 v1.03
  12.  
  13. In <4iup9b$ig@newsbf02.news.aol.com>, rvillac2@aol.com (RVillac2) writes:
  14. >I need help understanding how to make a DLL that can be called from Visual
  15. >Basic 3.0.
  16.  
  17. VB?? Yeeah! Why? I've written scores of DLL's, but none that can be called from
  18. VB. Never needed or wanted to. What I have done is written DLL's that can be
  19. called from Informix's Hyperscript language. Those DLL's require a particular
  20. format, four main functions, user functions declared four times in the code, wierd
  21. stuff... I bet VB is like that.
  22. Drop VB and learn C++. Once you learn it you'll never go back, at least for Windows
  23. development.
  24.  
  25. -----------------------------
  26. Reality Meter: [\.....], thought so
  27. -----------------------------
  28.  
  29.